home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part2 / 12221 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: newshost.gu.edu.au!newslink!groomlake.mil
  2. From: dbarry@groomlake.mil (Duanne Barry)
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.programmer
  4. Subject: toy operating systems, like AmigaOS
  5. Date: 13 Apr 1996 07:49:56 GMT
  6. Organization: No Such Agency
  7. Sender: dbarry@groomlake.mil (Duanne Barry)
  8. Message-ID: <skllsf.984983.4.5@groomlake.mil>
  9. Reply-To: dbarry@groomlake.mil (Duanne Barry)
  10. NNTP-Posting-Host: kraken.itc.gu.edu.au
  11. Originator: dbarry@groomlake.mil (Duanne Barry)
  12.  
  13.  
  14. I've just spent the last 2 months coding a large and complex algorithm 
  15. on a Unix box (Sun Sparc 10). 
  16.  
  17. I've have made hundreds of critical bugs that generally 
  18. just cause the entire code to blow up (eg. memory overwriting, runaway 
  19. loops, etc).  But never ever did any of my bugs actually crash the Unix box
  20. (ie. it never needed a reboot)  due to the lovely memory protection.
  21.  
  22. This is completely different from coding on an Amiga 4000 
  23. (which i did for a few years), where a serious bug just takes out 
  24. the entire machine (thus significantly lengthening coding time)...  from 
  25. this experience, AmigaOS looks like a complete toy to me, even though the 
  26. machine has a MMU available...  same goes for the current AppleOS, which 
  27. has a pretty outside (the GUI) but garbage inside.
  28.  
  29. Although the GUI under Unix (X-Window System) does not have the 
  30. consistency as AmigaOS or AppleOS (ie. almost every application has 
  31. different style buttons, scrollbars, etc.), it is more than liveable due 
  32. to the almost complete robustness of Unix underneath.
  33.  
  34. Now I am contemplating buying a cheap Pentium box to run Linux (freeware 
  35. Unix) or waiting until PowerMac has Linux available for it.  I know Amiga 
  36. has NetBSD available for it, but the hardware (ie. the 4000) is just 
  37. an outdated piece of slow junk (ultra slow graphics and a slow processor).
  38. Upgrading it is more expensive than buying a new Pentium box.
  39.  
  40. (btw, WordPerfect for X-Win has been available for some time now)
  41.  
  42. So, to conclude this monologue, in my view the Amiga will not be taken 
  43. seriously until it has fast hardware and a robust operating system...
  44. I don't see this happening for at least 2 years unless someone ports 
  45. Linux to the upcoming PowerAmiga (if it ever comes out).
  46.  
  47.  
  48.